Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.multi.tenant.core.types

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.multi.tenant.core.types">

  <extension target="org.nuxeo.ecm.core.schema.TypeService"
      point="schema">
    <schema name="tenantconfig" prefix="tenantconfig" src="schemas/tenantconfig.xsd"/>

    <!-- multi tenant vocabulary -->
    <schema name="multitenantvocabulary" src="schemas/multi_tenant_vocabulary.xsd"/>
    <schema name="multitenantxvocabulary" src="schemas/multi_tenant_xvocabulary.xsd"/>
    <schema name="multitenantl10nvocabulary" src="schemas/multi_tenant_l10nvocabulary.xsd"/>
    <schema name="multitenantl10nxvocabulary" src="schemas/multi_tenant_l10nxvocabulary.xsd"/>
  </extension>

  <extension target="org.nuxeo.ecm.core.schema.TypeService"
    point="doctype">
    <facet name="TenantConfig">
      <schema name="tenantconfig" />
    </facet>
  </extension>
</component>